Leadtools.Dicom.Common.Extensions Namespace > DicomExtensions Class > Get Method : Get<T>(DicomDataSet) Method |
[ExtensionAttribute()] public static T Get<T>( DicomDataSet ds ) where T:
'Declaration <ExtensionAttribute()> Public Overloads Shared Function Get(Of T As {})( _ ByVal ds As DicomDataSet _ ) As T
'Usage Dim ds As DicomDataSet Dim value As T value = DicomExtensions.Get(Of T)(ds)
[ExtensionAttribute()] public: static T^ Getgeneric<typename T> ( DicomDataSet^ ds ) where T: